home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / filec15.zip / FILEC15.DOC < prev    next >
Text File  |  1992-04-21  |  2KB  |  79 lines

  1. FILEC15.DOC
  2.  
  3. Since releasing Filec v1.02 into the public domain I have had 
  4. many comments from users including suggestions for enhancements
  5. and reports of problems.
  6.  
  7. I have sent several people the source code and recently I received
  8. a revised version (1.04) from Seth Chailkin (psykseth@aau.dk). Seth
  9. is responsible for all the new features including filename listing,
  10. DOS 5 compatiablity and cleaning up the command line interface, and
  11. I'd like to particularly thank him for his efforts. 
  12.  
  13. Since then I have fixed up some more minor bugs and polished a 
  14. few more rought corners and now I'm releasing Filec v1.05 back into
  15. the public domain.
  16.  
  17. Any comments or suggestions you have will be greatfully received
  18. by both Seth and myself, and the source is freely avaliable for 
  19. the asking.
  20.  
  21. Richard Miller
  22. richard@mpce.mq.edu.au
  23. 1:04:20.16 am Tue 21/4/1992.
  24.  
  25. ---------------------------------------------------------------------
  26.  
  27. NEW FEATURES:
  28.  
  29. + Matching Filename Listings
  30.  
  31.     If the hotkey is pressed twice with the same partial filename
  32.     then filec will list the possible matches (if there are any).
  33.  
  34.     This emulates ^D in [t]csh or bash.
  35.  
  36. + Operates under DOS 4.x and DOS 5.x
  37.  
  38.     The previous release of filec went splat after DOS 3.3.
  39.  
  40. + Sister utility called SHOWKEY
  41.  
  42.     A convient way to find the key mask and scan code for
  43.     selected hotkeys.
  44.  
  45. MINOR NEW FEATURES:
  46.  
  47. + Error checking for scancode and keymask values
  48.     (a) must be a number; (b) must be appropriate value
  49.  
  50. + English feedback about new hotkey combination 
  51.  
  52. + Case insensitive in reading commands 
  53.  
  54. + Changed the "beeping" rules.
  55.  
  56.     - No beep on match (rationale: don't like a beeping PC)
  57.     - Encouraging beep on partial match (i.e., higher)
  58.     - Lowest beep on no match.
  59.  
  60. + Will install with only "filec" 
  61.  
  62.     (Given that V 1.02 would install with (filec parameter)
  63.     It seemed arbitrary to have an "install" command.
  64.  
  65. + Can now change multiple parameters after filec is resident.
  66.  
  67.  
  68. "BUG" FIXES
  69.  
  70. + Does not match on /  (added test in suck_screen() in filec.c)
  71.  
  72. + Does not "install" filec if a 'filec quit' is the first command given.
  73.   
  74. + If installed as "filec sleep" then really sleeps
  75.  
  76. + Runs on DOS 4+ with enhanced keyboards 
  77.  
  78. + removed adjustable freq and made beeps is machine independant.
  79.